T8 AIN Channel Registers
Name Start Address Type Access
AIN#(0:7) 0 FLOAT32 R
AIN#(0:7)_CAPTURE 650 FLOAT32 R
AIN#(0:7)_BINARY 50000 UINT32 R
AIN#(0:7)
- Starting Address: 0
Returns the voltage of the specified analog input.
  • Data type: FLOAT32  (type index = 3)
  • Read-only
  • This register may be streamed
Expanded Names Addresses
AIN0, AIN1, AIN2, AIN3, AIN4, AIN5, AIN6, AIN7 Show All 0, 2, 4, 6, 8, 10, 12, 14 Show All
AIN#(0:7)_CAPTURE
- Starting Address: 650
T8 Only. Returns the saved voltage of the specified analog input.
  • Data type: FLOAT32  (type index = 3)
  • Read-only
  • This register may be streamed
Expanded Names Addresses
AIN0_CAPTURE, AIN1_CAPTURE, AIN2_CAPTURE, AIN3_CAPTURE, AIN4_CAPTURE, AIN5_CAPTURE, AIN6_CAPTURE, AIN7_CAPTURE Show All 650, 652, 654, 656, 658, 660, 662, 664 Show All
AIN#(0:7)_BINARY
- Starting Address: 50000
Returns the 24-bit binary representation of the specified analog input. If you prefer 16-bit representation, simply divide this by 256. This is for command-response only. Stream always returns binary and LJM applies cal constants, so the LJM config flag LJM_STREAM_AIN_BINARY is used to get binary values.
  • Data type: UINT32  (type index = 1)
  • Read-only
Expanded Names Addresses
AIN0_BINARY, AIN1_BINARY, AIN2_BINARY, AIN3_BINARY, AIN4_BINARY, AIN5_BINARY, AIN6_BINARY, AIN7_BINARY Show All 50000, 50002, 50004, 50006, 50008, 50010, 50012, 50014 Show All